DAOS-18690 vos: handle DTX commit under space pressure#18141
Conversation
|
Ticket title is 'Aurora daos_user: SCM single target ran out of space (min:0 B) and not able to finish GC. ' |
fb52edf to
141eacf
Compare
|
Test stage Unit Test bdev with memcheck completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18141/1/display/redirect |
|
Test stage Unit Test with memcheck completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-18141/1/display/redirect |
141eacf to
5debe6c
Compare
cb42dd5 to
d05080d
Compare
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18141/6/testReport/ |
If we cannot normally allocate space to hold committed DTX table, then release some old DTX entries from some container in the same pool to hold new committed ones. The patch also uses preallocated space for TX snapshots under the case of space pressure. Signed-off-by: Fan Yong <fan.yong@hpe.com>
d05080d to
51c08d0
Compare
|
Ping reviewers, thanks! |
| } | ||
| stat->dtx_first_cmt_blob_time_up = dbd->dbd_committed_data[0].dce_cmt_time; | ||
| stat->dtx_first_cmt_blob_time_lo = | ||
| dbd->dbd_committed_data[dbd->dbd_count - 1].dce_cmt_time; |
There was a problem hiding this comment.
is it possible to have dbd_count=0 at here?
If we cannot normally allocate space to hold committed DTX table, then release some old DTX entries from some container in the same pool to hold new committed ones.
The patch also uses preallocated space for TX snapshots under the case of space pressure.
Steps for the author:
After all prior steps are complete: